AT-NFC  2.1 (win)
AT-NFC kernel set
emv_includes.h
Go to the documentation of this file.
1 #ifndef EMV_INCLUDES_H
2 #define EMV_INCLUDES_H
3 
4 /* ******************************* EMV KERNEL API INCLUDES ********************************* */
8 /* ***************************************************************************************** */
9 
10 #include <emv_platform.h> /* platform-related definitions (data types, calling conventions, etc...) */
11 #include <emv_custom.h> /* customer specific definitions */
12 
13 #include <emv_const.h> /* emv specific constants definitions */
14 #include <emv_tags.h> /* emv recognized tags definitions */
15 #include <emv_context.h> /* default context definitions */
16 #include <emv_err.h> /* emv API error codes definitions */
17 
18 #include <emv_data.h> /* emv_lib API strcuct and service functions definitions */
19 #include <emv_export.h> /* emv_lib API base functions definitions */
20 #include <emv_ver.h> /* emv_lib version info */
21 
22 #endif /* EMV_INCLUDES_H */